Forward a ticket
POST/tickets/forward
Attempt to forward a ticket to another contact. Depending on the ticketing provider in question, the rules around who a ticket can be forwarded to may vary.
Request
Header Parameters
x-api-key string
API key
Authorization string
Bearer token
- application/json
Body
firstName stringrequired
The name of the contact being forwarded to.
lastName stringrequired
The last name of the contact
emailAddress emailrequired
The email of the contact being forwarded to.
ticketIds string[]required
Possible values: non-empty
A list of ids of the tickets that will be forwarded
Responses
- 202
Accepted
- application/json
- Schema
- Example (from schema)
Schema
notificationId string
{
"notificationId": "string"
}
Loading...